﻿2026-06-16T08:24:28.2629714Z ##[group]Run set -euo pipefail
2026-06-16T08:24:28.2630043Z [36;1mset -euo pipefail[0m
2026-06-16T08:24:28.2630286Z [36;1mPIN=0c95435[0m
2026-06-16T08:24:28.2630539Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-16T08:24:28.2630791Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-16T08:24:28.2631132Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-16T08:24:28.2631551Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-16T08:24:28.2631971Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-16T08:24:28.2632314Z [36;1m  rm -rf "$CACHE"[0m
2026-06-16T08:24:28.2632577Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-16T08:24:28.2632878Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-16T08:24:28.2633202Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-16T08:24:28.2633531Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-16T08:24:28.2633786Z [36;1mfi[0m
2026-06-16T08:24:28.2634053Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-16T08:24:28.2648443Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-16T08:24:28.2648936Z env:
2026-06-16T08:24:28.2649217Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-16T08:24:28.2649462Z ##[endgroup]
2026-06-16T08:24:28.5359714Z    Compiling proc-macro2 v1.0.106
2026-06-16T08:24:28.5360343Z    Compiling quote v1.0.45
2026-06-16T08:24:28.5360897Z    Compiling unicode-ident v1.0.24
2026-06-16T08:24:28.5361379Z    Compiling libc v0.2.186
2026-06-16T08:24:28.5361773Z    Compiling serde_core v1.0.228
2026-06-16T08:24:28.5362327Z    Compiling cfg-if v1.0.4
2026-06-16T08:24:28.5362694Z    Compiling serde v1.0.228
2026-06-16T08:24:28.5362952Z    Compiling log v0.4.32
2026-06-16T08:24:28.5419026Z    Compiling pin-project-lite v0.2.17
2026-06-16T08:24:28.5541196Z    Compiling typenum v1.20.1
2026-06-16T08:24:28.5580804Z    Compiling portable-atomic v1.13.1
2026-06-16T08:24:28.5581504Z    Compiling memchr v2.8.1
2026-06-16T08:24:28.5693885Z    Compiling version_check v0.9.5
2026-06-16T08:24:28.5694849Z    Compiling shlex v2.0.1
2026-06-16T08:24:28.5972038Z    Compiling find-msvc-tools v0.1.9
2026-06-16T08:24:28.6011395Z    Compiling critical-section v1.2.0
2026-06-16T08:24:28.6226213Z    Compiling futures-core v0.3.32
2026-06-16T08:24:28.6262740Z    Compiling bytes v1.11.1
2026-06-16T08:24:28.6850324Z    Compiling subtle v2.6.1
2026-06-16T08:24:28.7951146Z    Compiling smallvec v1.15.1
2026-06-16T08:24:28.8001108Z    Compiling equivalent v1.0.2
2026-06-16T08:24:28.8234003Z    Compiling itoa v1.0.18
2026-06-16T08:24:28.8684840Z    Compiling semver v1.0.28
2026-06-16T08:24:28.8770552Z    Compiling stable_deref_trait v1.2.1
2026-06-16T08:24:28.8840649Z    Compiling futures-sink v0.3.32
2026-06-16T08:24:28.9409098Z    Compiling futures-io v0.3.32
2026-06-16T08:24:28.9412054Z    Compiling slab v0.4.12
2026-06-16T08:24:28.9570916Z    Compiling generic-array v0.14.7
2026-06-16T08:24:28.9634723Z    Compiling futures-task v0.3.32
2026-06-16T08:24:28.9976000Z    Compiling futures-channel v0.3.32
2026-06-16T08:24:29.0371220Z    Compiling rustversion v1.0.22
2026-06-16T08:24:29.0601749Z    Compiling bitflags v2.12.1
2026-06-16T08:24:29.1120487Z    Compiling hashbrown v0.17.1
2026-06-16T08:24:29.1530802Z    Compiling cpufeatures v0.2.17
2026-06-16T08:24:29.1720866Z    Compiling rustc_version v0.4.1
2026-06-16T08:24:29.1750571Z    Compiling fnv v1.0.7
2026-06-16T08:24:29.1760173Z    Compiling rand_core v0.10.1
2026-06-16T08:24:29.2023780Z    Compiling cfg_aliases v0.2.1
2026-06-16T08:24:29.2520626Z    Compiling strsim v0.11.1
2026-06-16T08:24:29.2625606Z    Compiling writeable v0.6.3
2026-06-16T08:24:29.2830534Z    Compiling litemap v0.8.2
2026-06-16T08:24:29.3401153Z    Compiling getrandom v0.4.2
2026-06-16T08:24:29.3402158Z    Compiling icu_normalizer_data v2.2.0
2026-06-16T08:24:29.4084790Z    Compiling icu_properties_data v2.2.0
2026-06-16T08:24:29.5124216Z    Compiling fs_extra v1.3.0
2026-06-16T08:24:29.5461418Z    Compiling utf8_iter v1.0.4
2026-06-16T08:24:29.5550564Z    Compiling ident_case v1.0.1
2026-06-16T08:24:29.5600467Z    Compiling dunce v1.0.5
2026-06-16T08:24:29.6840781Z    Compiling autocfg v1.5.1
2026-06-16T08:24:29.6898018Z    Compiling percent-encoding v2.3.2
2026-06-16T08:24:29.6964888Z    Compiling http v1.4.1
2026-06-16T08:24:29.7191007Z    Compiling thiserror v2.0.18
2026-06-16T08:24:29.7944936Z    Compiling aws-lc-rs v1.17.0
2026-06-16T08:24:29.8080639Z    Compiling unicode-segmentation v1.13.3
2026-06-16T08:24:29.8750647Z    Compiling cpufeatures v0.3.0
2026-06-16T08:24:29.8852464Z    Compiling scopeguard v1.2.0
2026-06-16T08:24:29.9491003Z    Compiling indexmap v2.14.0
2026-06-16T08:24:29.9910623Z    Compiling lock_api v0.4.14
2026-06-16T08:24:29.9970107Z    Compiling chacha20 v0.10.0
2026-06-16T08:24:30.0111069Z    Compiling syn v2.0.117
2026-06-16T08:24:30.0888806Z    Compiling form_urlencoded v1.2.2
2026-06-16T08:24:30.1026397Z    Compiling untrusted v0.9.0
2026-06-16T08:24:30.1310695Z    Compiling heck v0.5.0
2026-06-16T08:24:30.1550835Z    Compiling rustls v0.23.40
2026-06-16T08:24:30.2120606Z    Compiling const-oid v0.10.2
2026-06-16T08:24:30.2620720Z    Compiling atomic-waker v1.1.2
2026-06-16T08:24:30.2737711Z    Compiling unicode-xid v0.2.6
2026-06-16T08:24:30.2945766Z    Compiling convert_case v0.10.0
2026-06-16T08:24:30.3183984Z    Compiling anyhow v1.0.102
2026-06-16T08:24:30.3270609Z    Compiling parking_lot_core v0.9.12
2026-06-16T08:24:30.3618050Z    Compiling zerocopy v0.8.50
2026-06-16T08:24:30.3834973Z    Compiling paste v1.0.15
2026-06-16T08:24:30.3946693Z    Compiling httparse v1.10.1
2026-06-16T08:24:30.3980510Z    Compiling num-traits v0.2.19
2026-06-16T08:24:30.4162643Z    Compiling hybrid-array v0.4.12
2026-06-16T08:24:30.4624818Z    Compiling jobserver v0.1.34
2026-06-16T08:24:30.5120710Z    Compiling curve25519-dalek v4.1.3
2026-06-16T08:24:30.5504443Z    Compiling ahash v0.8.12
2026-06-16T08:24:30.6127099Z    Compiling powerfmt v0.2.0
2026-06-16T08:24:30.6394627Z    Compiling either v1.16.0
2026-06-16T08:24:30.6985624Z    Compiling crypto-common v0.1.7
2026-06-16T08:24:30.7299199Z    Compiling block-buffer v0.10.4
2026-06-16T08:24:30.7405989Z    Compiling base64ct v1.8.3
2026-06-16T08:24:30.7726439Z    Compiling cc v1.2.63
2026-06-16T08:24:30.8240602Z    Compiling fastrand v2.4.1
2026-06-16T08:24:30.8610245Z    Compiling digest v0.10.7
2026-06-16T08:24:30.8704024Z    Compiling http-body v1.0.1
2026-06-16T08:24:30.9490928Z    Compiling deranged v0.5.8
2026-06-16T08:24:31.0130990Z    Compiling pem-rfc7468 v1.0.0
2026-06-16T08:24:31.0561198Z    Compiling tower-service v0.3.3
2026-06-16T08:24:31.0840468Z    Compiling try-lock v0.2.5
2026-06-16T08:24:31.1357352Z    Compiling mio v1.2.1
2026-06-16T08:24:31.1442181Z    Compiling socket2 v0.6.4
2026-06-16T08:24:31.1902112Z    Compiling getrandom v0.2.17
2026-06-16T08:24:31.2230764Z    Compiling zmij v1.0.21
2026-06-16T08:24:31.2680643Z    Compiling vcpkg v0.2.15
2026-06-16T08:24:31.3866884Z    Compiling rand_core v0.6.4
2026-06-16T08:24:31.4120651Z    Compiling rand v0.10.1
2026-06-16T08:24:31.4261182Z    Compiling tinyvec_macros v0.1.1
2026-06-16T08:24:31.4690802Z    Compiling num-conv v0.2.2
2026-06-16T08:24:31.4938149Z    Compiling time-core v0.1.8
2026-06-16T08:24:31.5000666Z    Compiling data-encoding v2.11.0
2026-06-16T08:24:31.5711101Z    Compiling base64 v0.22.1
2026-06-16T08:24:31.5990884Z    Compiling pkg-config v0.3.33
2026-06-16T08:24:31.6320498Z    Compiling tinyvec v1.11.0
2026-06-16T08:24:31.6880885Z    Compiling parking_lot v0.12.5
2026-06-16T08:24:31.7161065Z    Compiling want v0.3.1
2026-06-16T08:24:31.9600523Z    Compiling sha2 v0.10.9
2026-06-16T08:24:31.9967894Z    Compiling block-buffer v0.12.0
2026-06-16T08:24:32.0073420Z    Compiling crypto-common v0.2.2
2026-06-16T08:24:32.0301908Z    Compiling inout v0.1.4
2026-06-16T08:24:32.0436226Z    Compiling vergen-lib v9.1.0
2026-06-16T08:24:32.1363732Z    Compiling n0-future v0.3.2
2026-06-16T08:24:32.1480970Z    Compiling signature v2.2.0
2026-06-16T08:24:32.2170071Z    Compiling cmake v0.1.58
2026-06-16T08:24:32.2328740Z    Compiling cordyceps v0.3.4
2026-06-16T08:24:32.2490217Z    Compiling parking v2.2.1
2026-06-16T08:24:32.2860418Z    Compiling winnow v1.0.3
2026-06-16T08:24:32.2890767Z    Compiling httpdate v1.0.3
2026-06-16T08:24:32.3162404Z    Compiling spin v0.10.0
2026-06-16T08:24:32.3260899Z    Compiling diatomic-waker v0.2.3
2026-06-16T08:24:32.3940920Z    Compiling serde_json v1.0.150
2026-06-16T08:24:32.4130573Z    Compiling crossbeam-utils v0.8.21
2026-06-16T08:24:32.4641027Z    Compiling futures-lite v2.6.1
2026-06-16T08:24:32.5351311Z    Compiling ed25519 v2.2.3
2026-06-16T08:24:32.5630803Z    Compiling cipher v0.4.4
2026-06-16T08:24:32.5840718Z    Compiling futures-buffered v0.2.13
2026-06-16T08:24:32.6130883Z    Compiling netlink-packet-core v0.8.1
2026-06-16T08:24:32.6332637Z    Compiling universal-hash v0.5.1
2026-06-16T08:24:32.6621495Z    Compiling vergen-lib v0.1.6
2026-06-16T08:24:32.7365099Z    Compiling vergen v9.1.0
2026-06-16T08:24:32.7450445Z    Compiling heapless v0.7.17
2026-06-16T08:24:32.7550372Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-16T08:24:32.7703582Z    Compiling noq-udp v0.10.0
2026-06-16T08:24:32.8111496Z    Compiling sync_wrapper v1.0.2
2026-06-16T08:24:32.8310383Z    Compiling allocator-api2 v0.2.21
2026-06-16T08:24:32.8940046Z    Compiling byteorder v1.5.0
2026-06-16T08:24:32.9030800Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-16T08:24:32.9160722Z    Compiling opaque-debug v0.3.1
2026-06-16T08:24:32.9941005Z    Compiling polyval v0.6.2
2026-06-16T08:24:33.0495730Z    Compiling hash32 v0.2.1
2026-06-16T08:24:33.0621214Z    Compiling spin v0.9.8
2026-06-16T08:24:33.0720775Z    Compiling vergen-gitcl v1.0.8
2026-06-16T08:24:33.1160872Z    Compiling aws-lc-sys v0.41.0
2026-06-16T08:24:33.1990125Z    Compiling ring v0.17.14
2026-06-16T08:24:33.2141375Z    Compiling libsqlite3-sys v0.30.1
2026-06-16T08:24:33.2360898Z    Compiling digest v0.11.3
2026-06-16T08:24:33.2508214Z    Compiling signature v3.0.0
2026-06-16T08:24:33.2773710Z    Compiling tower-layer v0.3.3
2026-06-16T08:24:33.2812758Z    Compiling fallible-iterator v0.3.0
2026-06-16T08:24:33.3420668Z    Compiling ryu v1.0.23
2026-06-16T08:24:33.4230941Z    Compiling num_threads v0.1.7
2026-06-16T08:24:33.4388755Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-16T08:24:33.4690704Z    Compiling sha2 v0.11.0-rc.5
2026-06-16T08:24:33.5731334Z    Compiling time v0.3.47
2026-06-16T08:24:33.5911082Z    Compiling ghash v0.5.1
2026-06-16T08:24:33.5950452Z    Compiling ctr v0.9.2
2026-06-16T08:24:33.6071631Z    Compiling aes v0.8.4
2026-06-16T08:24:33.7060830Z    Compiling fs2 v0.4.3
2026-06-16T08:24:33.7274029Z    Compiling http-body-util v0.1.3
2026-06-16T08:24:33.7760675Z    Compiling aead v0.5.2
2026-06-16T08:24:33.8191031Z    Compiling openssl-probe v0.2.1
2026-06-16T08:24:33.8390949Z    Compiling crossbeam-epoch v0.9.18
2026-06-16T08:24:33.8841453Z    Compiling crossbeam-channel v0.5.15
2026-06-16T08:24:33.8915340Z    Compiling blake3 v1.8.5
2026-06-16T08:24:34.0050444Z    Compiling netlink-packet-route v0.29.0
2026-06-16T08:24:34.0097880Z    Compiling uuid v1.23.2
2026-06-16T08:24:34.0330666Z    Compiling memoffset v0.6.5
2026-06-16T08:24:34.2051176Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-16T08:24:34.2643193Z    Compiling aes-gcm v0.10.3
2026-06-16T08:24:34.2650852Z    Compiling acto v0.8.2
2026-06-16T08:24:34.3190207Z    Compiling netwatch v0.16.0
2026-06-16T08:24:34.4322845Z    Compiling noq v0.18.0
2026-06-16T08:24:34.4725296Z    Compiling xml-rs v0.8.28
2026-06-16T08:24:34.5110625Z    Compiling rustix v1.1.4
2026-06-16T08:24:34.5431184Z    Compiling ref-cast v1.0.25
2026-06-16T08:24:34.5491758Z    Compiling identity-hash v0.1.0
2026-06-16T08:24:34.6340052Z    Compiling lru-slab v0.1.2
2026-06-16T08:24:34.6502207Z    Compiling foldhash v0.2.0
2026-06-16T08:24:34.7200898Z    Compiling tagptr v0.2.0
2026-06-16T08:24:34.7487982Z    Compiling rustc-hash v2.1.2
2026-06-16T08:24:34.8010223Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-16T08:24:34.8460450Z    Compiling mac-addr v0.3.0
2026-06-16T08:24:34.8660195Z    Compiling sorted-index-buffer v0.2.1
2026-06-16T08:24:34.8800540Z    Compiling thiserror v1.0.69
2026-06-16T08:24:35.0180487Z    Compiling hashbrown v0.16.1
2026-06-16T08:24:35.0662094Z    Compiling synstructure v0.13.2
2026-06-16T08:24:35.0836532Z    Compiling darling_core v0.20.11
2026-06-16T08:24:35.1365919Z    Compiling serde_derive_internals v0.29.1
2026-06-16T08:24:35.2080940Z    Compiling netlink-packet-route v0.30.0
2026-06-16T08:24:35.6287681Z    Compiling proc-macro-crate v3.5.0
2026-06-16T08:24:35.8377281Z    Compiling xmltree v0.10.3
2026-06-16T08:24:35.8781047Z    Compiling termios v0.2.2
2026-06-16T08:24:35.9676712Z    Compiling errno v0.3.14
2026-06-16T08:24:36.0021113Z    Compiling serial-core v0.4.0
2026-06-16T08:24:36.0290580Z    Compiling ioctl-rs v0.1.6
2026-06-16T08:24:36.0630863Z    Compiling aho-corasick v1.1.4
2026-06-16T08:24:36.0849144Z    Compiling simple-dns v0.9.3
2026-06-16T08:24:36.1220873Z    Compiling toml_write v0.1.2
2026-06-16T08:24:36.1481517Z    Compiling arrayvec v0.7.6
2026-06-16T08:24:36.1600737Z    Compiling constant_time_eq v0.4.2
2026-06-16T08:24:36.2028316Z    Compiling regex-syntax v0.8.10
2026-06-16T08:24:36.2245959Z    Compiling simdutf8 v0.1.5
2026-06-16T08:24:36.2587595Z    Compiling winnow v0.7.15
2026-06-16T08:24:36.2990933Z    Compiling signal-hook v0.3.18
2026-06-16T08:24:36.3678480Z    Compiling sha1_smol v1.0.1
2026-06-16T08:24:36.3780852Z    Compiling smol_str v0.1.24
2026-06-16T08:24:36.3900829Z    Compiling arrayref v0.3.9
2026-06-16T08:24:36.4511693Z    Compiling resolv-conf v0.7.6
2026-06-16T08:24:36.4708541Z    Compiling linux-raw-sys v0.12.1
2026-06-16T08:24:36.6029466Z    Compiling serial-unix v0.4.0
2026-06-16T08:24:36.6251053Z    Compiling signal-hook-registry v1.4.8
2026-06-16T08:24:36.8229941Z    Compiling lru v0.16.4
2026-06-16T08:24:37.0037039Z    Compiling darling_core v0.23.0
2026-06-16T08:24:37.0355175Z    Compiling serde_bytes v0.11.19
2026-06-16T08:24:37.0471133Z    Compiling seize v0.5.1
2026-06-16T08:24:37.1904691Z    Compiling serde_derive v1.0.228
2026-06-16T08:24:37.2951104Z    Compiling zeroize_derive v1.4.3
2026-06-16T08:24:37.3410001Z    Compiling tokio-macros v2.7.0
2026-06-16T08:24:37.4610540Z    Compiling futures-macro v0.3.32
2026-06-16T08:24:37.8975721Z    Compiling zeroize v1.8.2
2026-06-16T08:24:37.9999417Z    Compiling tokio v1.52.3
2026-06-16T08:24:38.0880741Z    Compiling zerofrom-derive v0.1.7
2026-06-16T08:24:38.4154274Z    Compiling yoke-derive v0.8.2
2026-06-16T08:24:38.4730687Z    Compiling futures-util v0.3.32
2026-06-16T08:24:38.7860681Z    Compiling zerovec-derive v0.11.3
2026-06-16T08:24:38.8940739Z    Compiling displaydoc v0.2.6
2026-06-16T08:24:38.9650556Z    Compiling tracing-attributes v0.1.31
2026-06-16T08:24:39.6332519Z    Compiling zerofrom v0.1.8
2026-06-16T08:24:39.6450719Z    Compiling rustls-pki-types v1.14.1
2026-06-16T08:24:39.7680285Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-16T08:24:39.7790729Z    Compiling thiserror-impl v2.0.18
2026-06-16T08:24:39.7920780Z    Compiling yoke v0.8.3
2026-06-16T08:24:40.0556071Z    Compiling zerotrie v0.2.4
2026-06-16T08:24:40.2358507Z    Compiling zerovec v0.11.6
2026-06-16T08:24:40.4091387Z    Compiling darling_macro v0.20.11
2026-06-16T08:24:40.4290893Z    Compiling derive_more-impl v2.1.1
2026-06-16T08:24:40.4382362Z    Compiling spez v0.1.2
2026-06-16T08:24:40.4961808Z    Compiling n0-error-macros v0.1.3
2026-06-16T08:24:40.8010951Z    Compiling der v0.8.0-rc.10
2026-06-16T08:24:40.8451243Z    Compiling darling v0.20.11
2026-06-16T08:24:40.8820619Z    Compiling pin-project-internal v1.1.13
2026-06-16T08:24:40.9270837Z    Compiling derive_builder_core v0.20.2
2026-06-16T08:24:41.0598661Z    Compiling tinystr v0.8.3
2026-06-16T08:24:41.2950557Z    Compiling icu_locale_core v2.2.0
2026-06-16T08:24:41.6970263Z    Compiling potential_utf v0.1.5
2026-06-16T08:24:41.8024842Z    Compiling icu_collections v2.2.0
2026-06-16T08:24:41.8411719Z    Compiling n0-error v0.1.3
2026-06-16T08:24:42.1701028Z    Compiling derive_builder_macro v0.20.2
2026-06-16T08:24:42.2003627Z    Compiling ed25519-dalek v2.2.0
2026-06-16T08:24:42.2275307Z    Compiling futures-executor v0.3.32
2026-06-16T08:24:42.3390773Z    Compiling pin-project v1.1.13
2026-06-16T08:24:42.4700884Z    Compiling ipnet v2.12.0
2026-06-16T08:24:42.4990388Z    Compiling derive_builder v0.20.2
2026-06-16T08:24:42.5730837Z    Compiling icu_provider v2.2.0
2026-06-16T08:24:42.5890566Z    Compiling spki v0.8.0-rc.4
2026-06-16T08:24:42.7658317Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-16T08:24:42.8685237Z    Compiling spt-proto v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-16T08:24:42.9259311Z    Compiling icu_normalizer v2.2.0
2026-06-16T08:24:42.9495457Z    Compiling icu_properties v2.2.0
2026-06-16T08:24:42.9496942Z    Compiling prefix-trie v0.8.4
2026-06-16T08:24:42.9611677Z    Compiling ed25519 v3.0.0-rc.4
2026-06-16T08:24:42.9687754Z    Compiling futures v0.3.32
2026-06-16T08:24:43.1041079Z    Compiling once_cell v1.21.4
2026-06-16T08:24:43.3316197Z    Compiling tracing-core v0.1.36
2026-06-16T08:24:43.3670721Z    Compiling cobs v0.3.0
2026-06-16T08:24:43.5227761Z    Compiling hashbrown v0.14.5
2026-06-16T08:24:43.5740755Z    Compiling postcard-derive v0.2.2
2026-06-16T08:24:43.6741134Z    Compiling tokio-util v0.7.18
2026-06-16T08:24:43.6970686Z    Compiling netlink-sys v0.8.8
2026-06-16T08:24:43.8261072Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-16T08:24:44.0010832Z    Compiling tracing v0.1.44
2026-06-16T08:24:44.0096213Z    Compiling tower v0.5.3
2026-06-16T08:24:44.1480573Z    Compiling postcard v1.1.3
2026-06-16T08:24:44.3337156Z    Compiling hashlink v0.9.1
2026-06-16T08:24:44.3440907Z    Compiling data-encoding-macro v0.1.20
2026-06-16T08:24:44.4173849Z    Compiling idna_adapter v1.2.2
2026-06-16T08:24:44.4870959Z    Compiling rustls-native-certs v0.8.4
2026-06-16T08:24:44.5020790Z    Compiling enum-assoc v1.3.0
2026-06-16T08:24:44.5820842Z    Compiling idna v1.1.0
2026-06-16T08:24:44.6311228Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-16T08:24:44.6890893Z    Compiling iroh-metrics-derive v0.4.1
2026-06-16T08:24:44.7330680Z    Compiling h2 v0.4.14
2026-06-16T08:24:44.8301220Z    Compiling async-trait v0.1.89
2026-06-16T08:24:44.8590585Z    Compiling num_enum_derive v0.7.6
2026-06-16T08:24:44.9250480Z    Compiling rusqlite v0.32.1
2026-06-16T08:24:44.9835995Z    Compiling strum_macros v0.28.0
2026-06-16T08:24:44.9927978Z    Compiling iroh-relay v0.98.0
2026-06-16T08:24:45.0020921Z    Compiling tokio-stream v0.1.18
2026-06-16T08:24:45.0330698Z    Compiling derive_more v2.1.1
2026-06-16T08:24:45.2400494Z    Compiling url v2.5.8
2026-06-16T08:24:45.2670992Z    Compiling iroh-metrics v0.38.3
2026-06-16T08:24:45.3658859Z    Compiling n0-watcher v0.6.1
2026-06-16T08:24:45.3862535Z    Compiling netdev v0.42.0
2026-06-16T08:24:45.4010615Z    Compiling netlink-proto v0.12.0
2026-06-16T08:24:45.4990552Z    Compiling moka v0.12.15
2026-06-16T08:24:45.6280768Z    Compiling toml_datetime v0.6.11
2026-06-16T08:24:45.6634279Z    Compiling serde_spanned v0.6.9
2026-06-16T08:24:45.6750431Z    Compiling thiserror-impl v1.0.69
2026-06-16T08:24:45.7828785Z    Compiling ref-cast-impl v1.0.25
2026-06-16T08:24:46.0042733Z    Compiling toml_edit v0.22.27
2026-06-16T08:24:46.0450489Z    Compiling webpki-roots v1.0.7
2026-06-16T08:24:46.0780642Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-16T08:24:46.1643699Z    Compiling num_enum v0.7.6
2026-06-16T08:24:46.2751227Z    Compiling spt-store v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-16T08:24:46.2996296Z    Compiling iroh-base v0.98.0
2026-06-16T08:24:46.6090959Z    Compiling attohttpc v0.30.1
2026-06-16T08:24:46.6310866Z    Compiling tower-http v0.6.11
2026-06-16T08:24:46.7771013Z    Compiling regex-automata v0.4.14
2026-06-16T08:24:46.9081367Z    Compiling schemars_derive v1.2.1
2026-06-16T08:24:46.9558147Z    Compiling hmac v0.12.1
2026-06-16T08:24:47.0890707Z    Compiling iroh v0.98.2
2026-06-16T08:24:47.0936440Z    Compiling bitflags v1.3.2
2026-06-16T08:24:47.1333036Z    Compiling rustix v0.38.44
2026-06-16T08:24:47.1618803Z    Compiling dyn-clone v1.0.20
2026-06-16T08:24:47.1887762Z    Compiling utf8parse v0.2.2
2026-06-16T08:24:47.2880269Z    Compiling cmov v0.5.4
2026-06-16T08:24:47.3050419Z    Compiling pin-utils v0.1.0
2026-06-16T08:24:47.3188736Z    Compiling filedescriptor v0.8.3
2026-06-16T08:24:47.3561239Z    Compiling nix v0.25.1
2026-06-16T08:24:47.3641022Z    Compiling anstyle-parse v1.0.0
2026-06-16T08:24:47.5694916Z    Compiling ctutils v0.4.2
2026-06-16T08:24:47.5754361Z    Compiling hkdf v0.12.4
2026-06-16T08:24:47.5892587Z    Compiling backon v1.6.0
2026-06-16T08:24:47.6031191Z    Compiling darling_macro v0.23.0
2026-06-16T08:24:47.7020705Z    Compiling papaya v0.2.4
2026-06-16T08:24:47.7960614Z    Compiling strum v0.28.0
2026-06-16T08:24:47.8781004Z    Compiling serial v0.4.0
2026-06-16T08:24:47.9230651Z    Compiling iroh-dns v0.98.0
2026-06-16T08:24:47.9340486Z    Compiling anstyle v1.0.14
2026-06-16T08:24:47.9899939Z    Compiling is_terminal_polyfill v1.70.2
2026-06-16T08:24:48.0410699Z    Compiling linux-raw-sys v0.4.15
2026-06-16T08:24:48.0768106Z    Compiling foldhash v0.1.5
2026-06-16T08:24:48.1950599Z    Compiling downcast-rs v1.2.1
2026-06-16T08:24:48.2407679Z    Compiling colorchoice v1.0.5
2026-06-16T08:24:48.2580774Z    Compiling shell-words v1.1.1
2026-06-16T08:24:48.2847310Z    Compiling instability v0.3.12
2026-06-16T08:24:48.3008735Z    Compiling anstyle-query v1.1.5
2026-06-16T08:24:48.3258235Z    Compiling hashbrown v0.15.5
2026-06-16T08:24:48.3859886Z    Compiling anstream v1.0.0
2026-06-16T08:24:48.4194272Z    Compiling signal-hook-mio v0.2.5
2026-06-16T08:24:48.4288908Z    Compiling darling v0.23.0
2026-06-16T08:24:48.4305505Z    Compiling spake2 v0.4.0
2026-06-16T08:24:48.4890716Z    Compiling terminal_size v0.4.4
2026-06-16T08:24:48.5030796Z    Compiling strum_macros v0.26.4
2026-06-16T08:24:48.5330535Z    Compiling sha1 v0.10.6
2026-06-16T08:24:48.6701057Z    Compiling toml v0.8.23
2026-06-16T08:24:48.7840563Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-16T08:24:48.8250759Z    Compiling itertools v0.13.0
2026-06-16T08:24:48.8435491Z    Compiling castaway v0.2.4
2026-06-16T08:24:48.9390621Z    Compiling static_assertions v1.1.0
2026-06-16T08:24:48.9994831Z    Compiling doctest-file v1.1.1
2026-06-16T08:24:49.0661182Z    Compiling schemars v1.2.1
2026-06-16T08:24:49.1857354Z    Compiling spt-msg v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-16T08:24:49.5770636Z    Compiling regex v1.12.3
2026-06-16T08:24:49.6800574Z    Compiling unicode-width v0.1.14
2026-06-16T08:24:49.6929610Z    Compiling clap_lex v1.1.0
2026-06-16T08:24:49.9800642Z    Compiling indoc v2.0.7
2026-06-16T08:24:49.9845001Z    Compiling clap_builder v4.6.0
2026-06-16T08:24:50.1570607Z    Compiling interprocess v2.4.2
2026-06-16T08:24:50.1940803Z    Compiling crossterm v0.28.1
2026-06-16T08:24:50.4660968Z    Compiling hyper v1.10.1
2026-06-16T08:24:50.9301300Z    Compiling spt-runtime v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-16T08:24:50.9568193Z    Compiling unicode-truncate v1.1.0
2026-06-16T08:24:51.1281927Z    Compiling strum v0.26.3
2026-06-16T08:24:51.1465900Z    Compiling lru v0.12.5
2026-06-16T08:24:51.2234743Z    Compiling compact_str v0.8.2
2026-06-16T08:24:51.3120582Z    Compiling clap_derive v4.6.1
2026-06-16T08:24:51.7882089Z    Compiling portable-pty v0.8.1
2026-06-16T08:24:51.8016166Z    Compiling iana-time-zone v0.1.65
2026-06-16T08:24:51.8270826Z    Compiling unicode-width v0.2.0
2026-06-16T08:24:51.8652222Z    Compiling cassowary v0.3.0
2026-06-16T08:24:51.9860965Z    Compiling nucleo-matcher v0.3.1
2026-06-16T08:24:52.1206987Z    Compiling chrono v0.4.45
2026-06-16T08:24:52.1501095Z    Compiling spt-term v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-16T08:24:52.2582473Z    Compiling hyper-util v0.1.20
2026-06-16T08:24:52.6242918Z    Compiling ratatui v0.29.0
2026-06-16T08:24:52.6980853Z    Compiling qrcode v0.14.1
2026-06-16T08:24:52.7100505Z    Compiling tempfile v3.27.0
2026-06-16T08:24:53.4801076Z    Compiling clap v4.6.1
2026-06-16T08:24:53.8911112Z    Compiling spt-live v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-16T08:24:54.4148462Z    Compiling igd-next v0.17.1
2026-06-16T08:24:55.5490912Z    Compiling portmapper v0.16.0
2026-06-16T08:25:00.3569483Z    Compiling rustls-webpki v0.103.13
2026-06-16T08:25:02.7126048Z    Compiling tokio-rustls v0.26.4
2026-06-16T08:25:02.7126881Z    Compiling rustls-platform-verifier v0.7.0
2026-06-16T08:25:02.7127424Z    Compiling noq-proto v0.17.0
2026-06-16T08:25:02.8687279Z    Compiling hickory-net v0.26.0-beta.4
2026-06-16T08:25:02.8688323Z    Compiling hyper-rustls v0.27.9
2026-06-16T08:25:02.8689095Z    Compiling tokio-websockets v0.13.2
2026-06-16T08:25:03.0012170Z    Compiling reqwest v0.13.4
2026-06-16T08:25:03.8991401Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-16T08:25:17.4384036Z    Compiling spt-net v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-16T08:25:18.7699810Z    Compiling spt-daemon v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-16T08:25:25.5908052Z    Compiling spt v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-16T08:25:29.0316421Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 00s
2026-06-16T08:25:29.0538592Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-1f7311949ecf8fbf)
2026-06-16T08:25:29.0552512Z 
2026-06-16T08:25:29.0552659Z running 1 test
2026-06-16T08:25:35.1387427Z test new_brain_serves_against_old_broker ... ok
2026-06-16T08:25:35.1388844Z 
2026-06-16T08:25:35.1389421Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.08s
2026-06-16T08:25:35.1389783Z 
